From 78309d8b00a9f3d34492f2a03f7c4ff695b4a707 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 23 Oct 2015 16:16:55 -0400 Subject: [PATCH] HighContrast: Update entry progress rendering Adapt HighContrast to the changes in the pre-previous commit. --- gtk/theme/HighContrast/_common.scss | 2 +- gtk/theme/HighContrast/gtk.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk/theme/HighContrast/_common.scss b/gtk/theme/HighContrast/_common.scss index 1eb3e3d5d7..ab3f203534 100644 --- a/gtk/theme/HighContrast/_common.scss +++ b/gtk/theme/HighContrast/_common.scss @@ -206,7 +206,7 @@ entry { &:selected:focus { @extend %selected_items; } - &.progressbar { + & progressbar { margin: 1px; border-radius: 0; border-width: 0 0 2px; diff --git a/gtk/theme/HighContrast/gtk.css b/gtk/theme/HighContrast/gtk.css index 4fc942fddd..088d5c54c4 100644 --- a/gtk/theme/HighContrast/gtk.css +++ b/gtk/theme/HighContrast/gtk.css @@ -246,7 +246,7 @@ entry { entry:selected, entry:backdrop:selected { background-color: #000; color: #fff; } - entry.progressbar { + entry progressbar { margin: 1px; border-radius: 0; border-width: 0 0 2px; @@ -255,7 +255,7 @@ entry { background-image: none; background-color: transparent; box-shadow: none; } - entry.progressbar:backdrop { + entry progressbar:backdrop { background-color: transparent; } .linked entry:first-child { border-top-right-radius: 0; -- 2.30.2